Skip to main content

Intent Entity Prediction

Description

This step predicts Intent Classification and Entity Extraction based on the model built in ‘Build Model for Intent Classification and Entity Extraction’ step.

Configurations

No.Field NameDescription
1Step nameSpecify the name of the step. Step names should be unique within a workflow.
Input Fields:
1Predict using AE Model VersionSelect the Python version you will use for building the model.
Note: The Python version you select must be same as the version you have saved in the python folder or added to the environment variable.
2Model Directory NameSpecify path of the model file built with ‘Build model for Intent Classification and Entity Extraction’ Step
3Button: BrowseClick to browse for a Model file.
4Input Data to ParseSpecify an input data (string) to be parsed for Intent Classification and Entity.
Output Fields
5Intent Field NameSpecify a fieldname to hold the Intent Field Name. The default value is intent.
6Show intent confidence?Enable checkbox to enable the Intent Confidence field below.
7Intent Confidence Field NameSpecify a fieldname to hold Intent Confidence. The default value of the field name is intentConfidence.
8Show Entities (in JSON format)?Enable checkbox to enable the Entities field below.
9Entities Field NameSpecify a fieldname to hold the Entities in JSON format. The default value of the field name is jsonEntities.
10Show Intent Ranking (in JSON format)?Enable checkbox to enable the Intent Ranking field below.
11Intent Ranking Field NameSpecify a fieldname to hold the Intent Ranking in JSON format. All probable intents with confidence values (between 0 and 1), are generated in the JSON file. The default field name is jsonIntentRanking.